(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <clib/intuition_protos.h>
void ScreenToBack()
SYNOPSIS
struct Screen * screen

LOCATION
In IntuitionBase at offset 41
FUNCTION
Move a screen behind all other screens. If the screen is in a group, the screen will be moved behind all other screens in the group only. If the screen is the parent of a group, the whole group will be moved in the back.

INPUTS
screen
Move this screen.
RESULT
You will see the screen move behind all other screens. If some screen before this screen occupies the whole display, then it will disappear completely. If all other screens occupy only part of the display, the screen will appear behind the screens.

NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
17.04.1997 aros
Added ScreenToBack() for RT